[php] mysql and encoding
Posted
by user339865
on Stack Overflow
See other posts from Stack Overflow
or by user339865
Published on 2010-05-13T01:00:33Z
Indexed on
2010/05/13
1:04 UTC
Read the original article
Hit count: 209
I moved my php application to the new server. i use mysql5 db. When i'm Updating or Inserting something to db, every "
and -
sign changed to ?
. I use SET NAMES UTF8
and SET CHARACTER SET
but it don't work. Any ideas?
© Stack Overflow or respective owner